home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / PD / Spiele / InvasionForce / Source / Includes / cyber_interface_protos.h < prev    next >
Text File  |  1999-01-08  |  324b  |  19 lines

  1. /* Prototypes for functions defined in
  2. cyber_interface.c
  3.  */
  4.  
  5. void set_automated_production(struct City * );
  6.  
  7. int do_computer_city_production(void);
  8.  
  9. void make_new_unit(struct City * );
  10.  
  11. void computer_player_moves(void);
  12.  
  13. void cleanup_computer(void);
  14.  
  15. int SaveAIPlayers(BPTR , char * );
  16.  
  17. int LoadAIPlayers(BPTR , char * );
  18.  
  19.